std::unordered_map::key_eq

From Cppreference

Jump to: navigation, search
​key_equal key_eq() const;
(C++0x feature)

Returns the function that compares keys for equality.

Contents

Parameters

(none)

Return value

the key comparison function.

Complexity

constant

See also

hash_function
returns function used to hash the keys
(public member function)
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox
In other languages